/* ── BACKGROUND ── */
body,
.bc-player-default_default,
div.CustomElement {
  background: #032D42 !important;
  background-image:
    radial-gradient(circle at 90% 10%, rgba(82, 184, 255, 0.5) 0%, transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(99, 223, 78, 0.5) 0%, transparent 50%) !important;
  background-attachment: fixed !important;
  color: #fff !important;
}

/* ── BASE TEXT ── */
* { color: #fff; }
a { color: rgba(255, 255, 255, 0.65); text-decoration: none; }
a:hover { color: #fff; }

/* ── PAGE TITLE ── */
.page-title,
h1, h2, h3 {
  color: #fff !important;
  font-family: 'DM Sans', sans-serif;
}

/* ── HERO VIDEO INFO ── */
.video-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #63DF4E !important;
  text-transform: uppercase;
}

/* ── SIDEBAR ── */
.sidebar-label {
  color: rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-item {
  color: rgba(255, 255, 255, 0.65) !important;
  border-left: 3px solid transparent;
}
.sidebar-item:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}
.sidebar-item.active,
.sidebar-item[aria-selected="true"] {
  color: #fff !important;
  border-left-color: #63DF4E !important;
  background: rgba(99, 223, 78, 0.08) !important;
  font-weight: 700;
}

/* ── DIVIDERS / BORDERS ── */
.page-title,
.hero,
.body {
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}
.sidebar {
  border-right-color: rgba(255, 255, 255, 0.12) !important;
}

/* ── VIDEO CARDS ── */
.video-card {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px;
}
.video-card:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  transform: translateY(-2px);
}
.card-title,
.card-description,
.video-description {
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  padding: 12px !important;
  border-radius: 4px;
}

/* ── DURATION BADGE ── */
.duration {
  background: rgba(0, 0, 0, 0.75) !important;
  color: #fff !important;
}

/* ── PAGINATION BUTTONS ── */
.nav-btn {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
.nav-btn:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

/* ── GRID COUNT / BREADCRUMB ── */
.breadcrumb,
.grid-count {
  color: rgba(255, 255, 255, 0.6) !important;
}
.grid-count strong {
  color: #fff !important;
}

/* ── CATEGORY PILL / THUMBNAIL OVERLAY ── */
.video-subtitle-pill,
.thumb-pill {
  background: #63DF4E !important;
  color: #032D42 !important;
}

/* ── TOP BAR ── */
.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* ── BRIGHTCOVE THUMBNAIL HOVER ── */
.Thumbnail__title,
.Thumbnail__description {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.Thumbnail__description {
  margin: 12px 12px 12px !important;
  transform: none !important;
}
